home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / Tenpile / TenpileSuitDelegate.h < prev    next >
Encoding:
Text File  |  1994-03-01  |  848 b   |  32 lines

  1. /* indent:4  tabsize:8  font:fixed-width */
  2.  
  3.  
  4. /*--------------------------------------------------------------------------
  5. | --------------------------------------------------------------------------
  6. |
  7. |    TenpileSuitDelegate :Object
  8. |
  9. |    << Description >>
  10. |
  11. | --------------------------------------------------------------------------
  12. \---------------------------------------------------------------------------*/
  13.  
  14. #import <appkit/appkit.h>
  15.  
  16. @interface TenpileSuitDelegate:Object
  17. {
  18.     BOOL doubleClickCheck;
  19. }
  20.  
  21. /*----------------------------------------------------------------------------
  22. |
  23. |    CardPileView delegation methods
  24. |
  25. \---------------------------------------------------------------------------*/
  26.  
  27. - setDoubleClickCheck;
  28. - (BOOL)canAcceptPile:aCardPile from:sender in:aCardPileView;
  29. - acceptPile:aCardPile in:aCardPileView;
  30.  
  31. @end
  32.